home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / tests / test_h.cc < prev    next >
C/C++ Source or Header  |  1993-06-06  |  2KB  |  113 lines

  1. // Use all the g++ headerfiles
  2.  
  3. // $Author: bothner $
  4. // $Revision: 1.11 $
  5. // $Date: 1993/06/06 20:28:06 $
  6.  
  7. #include <_G_config.h>
  8. // If we have the old iostream library, it defines _OLD_STREAMS
  9. #include <stream.h>
  10.  
  11. #include <std.h>
  12.  
  13. #include <sys/types.h>
  14. #include <sys/time.h>
  15. #if _G_HAVE_SYS_RESOURCE
  16. #include <sys/resource.h>
  17. #endif
  18. #include <sys/file.h>
  19. #include <fcntl.h>
  20. #include <sys/param.h>
  21. #include <sys/wait.h>
  22. #include <sys/signal.h>
  23. #if _G_HAVE_SYS_SOCKET
  24. #include <sys/socket.h>
  25. #endif
  26. #include <sys/stat.h>
  27. #include <sys/times.h>
  28.  
  29. #ifdef _OLD_STREAMS
  30. #include <PlotFile.h>
  31. #include <File.h>
  32. #include <Filebuf.h>
  33. #include <Fmodes.h>
  34. #include <filebuf.h>
  35. #include <SFile.h>
  36. #endif
  37.  
  38. #include <ACG.h>
  39. #include <Fix.h>
  40. #include <MLCG.h>
  41. #include <AllocRing.h>
  42. #include <Binomial.h>
  43. #include <BitSet.h>
  44. #include <BitString.h>
  45. #include <Complex.h>
  46. #include <DiscUnif.h>
  47. #include <Erlang.h>
  48. #include <GetOpt.h>
  49. #include <Fix16.h>
  50. #include <Fix24.h>
  51. #include <Geom.h>
  52. #include <Rational.h>
  53. #include <HypGeom.h>
  54. #include <Integer.h>
  55. #include <Incremental.h>
  56. #include <LogNorm.h>
  57. #include <fcntl.h>
  58. #include <NegExp.h>
  59. #include <Normal.h>
  60. #include <Obstack.h>
  61. #include <Pix.h>
  62. #include <SmplHist.h>
  63. #include <Poisson.h>
  64. #include <RNG.h>
  65. #include <Random.h>
  66. #include <SmplStat.h>
  67. #include <Regex.h>
  68. #include <RndInt.h>
  69. #include <builtin.h>
  70. #include <String.h>
  71. #include <Uniform.h>
  72. #include <Weibull.h>
  73.  
  74. #include <assert.h>
  75. #include <libc.h>
  76. #include <compare.h>
  77. #include <complex.h>
  78. #include <ctype.h>
  79. #include <errno.h>
  80. #include <generic.h>
  81. #include <grp.h>
  82. #include <getpagesize.h>
  83. #include <time.h>
  84. #include <math.h>
  85. #include <memory.h>
  86. #include <minmax.h>
  87. #include <new.h>
  88. #include <osfcn.h>
  89. #include <pwd.h>
  90. #include <regex.h>
  91. #include <setjmp.h>
  92. #include <signal.h>
  93. #include <stdarg.h>
  94. #include <stddef.h>
  95. #include <stdio.h>
  96. #include <stdlib.h>
  97. #include <strclass.h>
  98. #include <string.h>
  99. #include <swap.h>
  100. #include <unistd.h>
  101. #include <values.h>
  102. #ifdef _IO_MAGIC
  103. #include <istream.h>
  104. #include <streambuf.h>
  105. #include <ostream.h>
  106. #endif
  107.  
  108. main()
  109. {
  110.     cout << "Could include all g++-include files\n";
  111.     exit (0);
  112. }
  113.